home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / e / stayrandom.readme < prev    next >
Encoding:
Text File  |  1994-10-08  |  1.2 KB  |  33 lines

  1. Short:    Seeds RND # generator in E.
  2. Author:   Joseph E. Van Riper III
  3. Uploader: vanriper@cs.unca.edu
  4.  
  5. Long:
  6.  
  7.     StayRandom is simply an Amiga E module to help
  8. generate random numbers a little better.  Simply call
  9. 'stayrandom()' at the beginning of your program (after
  10. including "MODULE 'other/stayrandom'" in your source) and
  11. you should be able to use Amiga E's random number generator
  12. to create very random numbers.
  13.  
  14.     StayRandom opens the timer.device to get at the
  15. ticks, as well as scanning the vscan thingy.  StayRandom no
  16. longer create an ENV:RND file.  As far as I can tell, this
  17. works quite well; if you've been complaining that Amiga E's
  18. random number generator isn't working very well, try
  19. executing this function before your code and see if your
  20. assessment still holds true <grin>.
  21.  
  22. - Trey Van Riper
  23.  
  24.  
  25. ============================= Archive contents =============================
  26.  
  27. Original  Packed Ratio    Date     Time    Name
  28. -------- ------- ----- --------- --------  -------------
  29.      770     504 34.5% 14-Sep-94 09:15:04  stayrandom.m
  30.      465     285 38.7% 14-Sep-94 09:19:34  StayRandom.readme
  31. -------- ------- ----- --------- --------
  32.     1235     789 36.1% 21-Sep-94 16:13:38   2 files
  33.